home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / set_extra_wizinfo_size < prev    next >
Text File  |  2001-04-06  |  461b  |  16 lines

  1. SYNOPSIS
  2.         void set_extra_wizinfo_size(int)
  3.  
  4. DESCRIPTION
  5.         Indicate that the wizlist should contain an array of this size
  6.         with extra info foreach wizard. A negative value indicates
  7.         a non-array value.
  8.  
  9.         Causes a privilege violation.
  10.  
  11.         The value is only used to allocate a proper empty 'extra' value
  12.         for newly created wizlist entries.
  13.  
  14. SEE ALSO
  15.         get_extra_wizinfo(E), set_extra_wizinfo(E), wizlist_info(E)
  16.